Component org.nuxeo.ecm.platform.routing.engine.service
In bundle org.nuxeo.ecm.platform.routing.core
Documentation
The Document Routing Persistence service is use to move the tolken from step to step inside a DocumentRoute instance. The tolken represent the flow of the RouteInstance.
Implementation
Class:
org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingEngineServiceImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.routing.engine.service">
<documentation>
The Document Routing Persistence service is use to move the tolken from step
to step inside a DocumentRoute instance. The tolken represent the flow of
the RouteInstance.
</documentation>
<implementation
class="org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingEngineServiceImpl" />
<service>
<provide
interface="org.nuxeo.ecm.platform.routing.core.api.DocumentRoutingEngineService" />
</service>
</component>